SftTree/NET 2.0

GapBetweenParts Property, DimensionsClass Class

Softel vdm, Inc.

Defines the gap between parts within cells in the item area.

Syntax      DimensionsClass Class (Softelvdm.SftTreeNET)

VB   

Public Property GapBetweenParts As Size

C#   

public Size GapBetweenParts { get; set; }

C++   

public: property Size GapBetweenParts {
        Size get();
        void set(Size value);
}

Property Value

The gap between parts within the same cell in pixels.

The default value is 2, 2.

Comments

The GapBetweenParts property defines the gap between parts within cells in the item area.

A cell can also insert additional explicit gaps between parts using instances of the GapPartClass class.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com